home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01520_SStoHEAD.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  254 b   |  14 lines

  1. on mouseDown
  2.   global syearstr
  3.   puppetSound("Single Click")
  4.   puppetTransition(23)
  5.   if chars(syearstr, 6, 8) = "_00" then
  6.     puppetSprite(16, 0)
  7.     puppetSprite(19, 0)
  8.     puppetSprite(22, 0)
  9.     go("IN")
  10.   else
  11.     mmoviejump("_00", 1)
  12.   end if
  13. end
  14.